*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

#navbar_2 {
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

.toggle-btn {
    display: none;
}

.navbar-brand img {
    margin-top: -55px !important;
}

.carousel-item img {
    /* object-fit: contain; */
    margin-top: 2rem;
}

.news_lines123 {
    height: 280px;
}

.marquee_11 {
    height: 250px;
}



/* Navbar */
header {
    background-color: #fff;

}


.toggle-nav {
    display: none;
}

.nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .nav-menu {
    border-top: 5px solid grey;
    border-bottom: 5px solid gray;
} */

.arrow_22::after{
  content: "";
width: 3px;
height: 27px;
background: #00338d;
position: absolute;
left: 50%;
margin-left: -5px;
}

.arrow_23::after{
  content: "";
width: 3px;
height: 27px;
background: #00338d;
position: absolute;
left: 50%;
margin-top: -11px;
margin-left: -5px;
}


.arrow_24::after{
  content: "";
  width: 3px;
  height: 49px;
  background: #00338d;
  position: absolute;
  left: 50%;
  margin-top: 0px;
  margin-left: -5px;
}


.arrow_25::after{
  content: "";
  width: 65%;
  height: 3px;
  position: absolute;
  background: #00338d;
  margin-top: -24px;
  text-align: center;
  left: 17%;
  margin-left: -5px;
}

.arrow_26::before{
  content: "";
  width: 3px;
  height: 24px;
  background: #00338d;
  position: absolute;
  left: 50%;
  margin-top: -68px;
  margin-left:-1px;
}

.arrow_27::before{
  content: "";
  width: 3px;
  height: 24px;
  background: #00338d;
  position: absolute;
  left: 50%;
  margin-top: -68px;
  margin-left:-34px;   /*-25px*/
}



.nav-tabs li {
    margin: 0.4rem 0.3rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background:#00008b !important;
}

.dataTables_length .custom-select{
  padding: 0px 28px 0px 6px !important;
}

.page-item.active .page-link{
color:#00008b !important;
font-weight:bold;
}

.nav-tabs li a {
    transition: 0.1s;
    font-family: Graphik, sans-serif;
    text-transform: capitalize;
    padding: 1rem 0.8rem;
    font-size: clamp(10px, 2vw, 16px);
    color: #fff;
    font-weight: bold;
}

.nav-tabs li a:hover {
    border-bottom: 5px solid #fff;
}

.nav-tabs li a:active {
    border-bottom: 5px solid crimson;
}

.login-btn {
    display: flex;
    align-items: center;
}

.login-btn a {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color:#00338d;
  background:#e6e6e6;
    letter-spacing: 1px;
    border-radius:1px;
    padding: 6px 50px;
    font-size: 15px;
}


.nav-tabs{
border-bottom: none;
margin-bottom:0px;
}


@media(max-width:769px) {
    .nav-tabs {
        flex-direction: column;
        position: fixed;
        inset: 0 0 0 30%;
        background-color: hsla(0 0% 0% / 0.6);
        backdrop-filter: blur(5px);
        justify-content: left;
        padding: min(10vh, 10rem) 2rem;
        z-index: 999;
        transform: translateX(100%);
        transition: transform 350ms ease-out;
    }

    .nav-tabs[data-visible="true"] {
        transform: translateX(0%);
    }

    .nav-tabs li a {
        padding-bottom: 0.8rem;
        font-size: 1.2rem;
        color: #fff;
    }

    .nav-tabs li {
        margin: 0 0 0.7rem;
        padding: clamp(1rem, 2vw, 1.4rem) 0.4rem;
        width: 100%;
    }

    .nav-tabs li:hover {
        background-color: rgb(196, 196, 196);
        transition: 0.2s;
    }

    .nav-tabs li:hover a {
        color: #000;
        transition: 0.2s;
    }


    .toggle-btn {
        display: block;
        position: fixed;
        background-color: none;
        font-size: 2rem;
        width: 2rem;
        color: #000;
        cursor: pointer;
        aspect-ratio: 1;
        z-index: 9999;
        top: 1.8rem;
        right: 2rem;
        border: none;
    }

    .login-btn {
        margin-top: 1rem;
        justify-content: start;
    }

    .login-btn a {
        color: #fff;
        border: 1px solid #fff;
    }

    .number-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

/* Navbar */


/* Cards */
.number-wrapper {
    margin: 3rem 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.number-card {
    display: flex;
    justify-content: space-between;
    padding: 0rem 0;
    border-radius: 10px;
}

.card-one {
    color: #e83573;
    border: 5px solid #e83573;
}

.card-two {
    color: #3125ab;
    border: 5px solid #3125ab;
}

.card-three {
    color: #64052a;
    border: 5px solid #64052a;
}

.card-four {
    color: rgb(32, 161, 32);
    border: 5px solid rgb(32, 161, 32);
}

.number-card-content {
    text-align: left;
    margin: 1.6rem 1.4rem;
}

.number-card-header {
    position: relative;
}

.card-icon {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    font-size: 2rem;
}



.box_1{
  margin-right: 10px;
  margin-right: 15px;
}

.card-numbers {
    font-size:27px;
    font-weight: 800;
        padding-top: 16px;
    padding-top: 16px;
    float:right;
}


.content {
    font-size:17px;
    font-weight: bold;
    word-spacing: 5px;
}


/* Cards */

.x_panel, .right_col {
    padding: 3px 3px 10px;
    margin: 10px 0 3rem;
    min-height: 90vh !important;
    border-radius: 8px;
    box-shadow: 0px 0px 20px -10px lightslategrey;
}

.x_title {
    background: #64052a;
    text-align: center;
    padding: 8px 0;
    border-radius: 8px;
}

.x_title h2 {
    color: #fff;
    width: 100%;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 600;
}

.left_col,.nav_title, .nav_menu{
    background-color: #2f3046;
    background-color: #fff ;
}

#container1{
  height:103px !important;
}


.highcharts-background{
  fill:transparent !important;
}

.highcharts-button-symbol{
  display:none;
}

.highcharts-button-box{
  display:none;
}

.nav.side-menu > li.active > a{
  background:#000099;
}

.nav li li.current-page a{
  color:#000;
}

.nav.child_menu > li > a {
  color: rgba(0, 0, 0, 0.75);
}

.nav.side-menu > li > a, .nav.child_menu > li > a{
  color:#000;
}

.nav.side-menu > li.active > a{
  color:#fff;
}

.nav.side-menu > li > a:hover{
  color:#fff important;
}

.nav .child_menu{
  padding:5px;
}

.nav.side-menu > li > a:hover, .nav > li > a:focus {
  color:#fff !important;
}

.nav.child_menu li{
  padding-left:0px;
  margin-bottom:4px;
}

.nav .child_menu li{
  border:2px solid #d9d9d9;
  padding:5px;
}

.nav.side-menu > li > a:hover, .nav > li > a:focus{
  background:#000099;
}

.nav-md{
    background-color: #fff;
}

.table_1 tr td , .table_1 tr th{
  border: 1px solid #b5aaaa !important;
  border-collapse: collapse !important;
  padding:5px;
}

.modal-header{
    background-color: #64052a !important;
    color: #fff;
}

.form-group label{
    color: darkslategray;
    font-size: 1rem;
    margin-top:0px;
}
legend{
    color: #fff !important;
    background-color: #009 !important;
    padding: 1rem 0 !important;
    text-align: center !important;
    font-size: 1.4rem !important;
}
.fa-bars{
    color: #fff;
}

.select2{
    width: 100% !important;
}

.form-control {
    padding: 10px 12px !important;
    font-size: 0.9rem !important;
}

fieldset .justify-content-center{
    margin: 2rem 0 !important;
}
/* Report Style */
.labelp{
    font-size: 1rem;
}

td u{
    font-size: 3rem;
}
.rndbtn{
    font-weight: bold !important;
    border-width: thin;
    border-color: grey;
}
.reload {
  float: left;
  margin-top: 80px;
  text-align: center;
  width: 25px;
  height: 25px;
  outline: none;
  border: none;
  background: #FFF;
  cursor: pointer;
  border: 1px solid #444;
  border-radius: 3px;
  transition: all .5s ease-in-out;
}

.reload:hover {
  background: #f2f2f2;
}

.reload i {
  font-size: 20px;
  margin-left: -4px;
  font-weight: bold;
  transform: rotateY(180deg);
}



.project_2{
  background:#00338d;
  border-bottom:2px solid #fff;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.project_2:after{
  content: '';
position: absolute;
left: 47%;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #e8e8e8;
clear: both;
}

.project_3{
  background:#00338d;
  padding-top:15px;
    padding-bottom:15px;
   border-bottom-left-radius:10px;
   border-bottom-right-radius:10px;
}
/* Report Style */


@media only screen and (max-width:1300px) {
.arrow_27::before {
    margin-left: -25px;
}
}